Okuma MC-5VA
with Centroid M400 Control

Startup

  1. Press in the Emergency Stop button on the console
  2. Turn on the main power switch on the rear cabinet
  3. Wait approximately one minute for the control to start up
  4. Release the Emergency Stop button
  5. Press CYCLE START to start the machine homing sequence

The Machine Home position is fully X- (table right), Y+ (saddle out) and Z+ (head up).

The spindle will rotate for a short time during the homing sequence. Make sure it is safe to rotate with whatever tool may be in the spindle.

The control starts up in Incremental jog mode. In order to jog the axes in continuous movement, you need to press the INCR/CONT key to switch from incremental to continuous jog mode.

Idle Periods

  1. Press in the Emergency Stop button on the console. This will remove motor power from the servo drives, and all power from the spindle drive. The control will remain on, and axis positions will continue to be maintained and tracked.
  2. To resume operation, release the Emergency Stop button.

Shutdown

  1. If desired, press the F10/Shutdown, then F1/Park and CYCLE START, to move the machine back near the home position. This will save homing time when the machine is restarted.
  2. Press in the Emergency Stop button on the console
  3. Press F10/Shutdown
  4. Press F2/Poweroff
  5. Wait about 15 seconds for the screen to go dark
  6. Turn off the main power switch on the rear cabinet

Work Light

The work light will come on automatically when the machine is powered up.
You can turn the light off and on by pressing the Aux3 key on the jog panel.

Drawbar (Tool Clamp) Operation

Manual Tool Change Buttons You can manually change the tool in the spindle using the buttons on the front of the head.

With the spindle stopped and no program cycle in progress, press the Tool Change Cycle button to enable manual drawbar operation.

Hold the tool securely and press the Tool Unclamp button to open the drawbar. The drawbar will remain open.

Insert the new tool into the spindle and press the Tool Clamp button to close the drawbar.

Tool Changer (ATC) Operation

To perform an automatic tool change use the M6 code, either in a program or at the MDI prompt.

E.g.

M6 T9

will put away whatever tool is in the spindle and will load tool #9.

You can also change tools using the F7/ATC option on the Setup, Offset Library, and Tool Library screens. On those screens, press F7/ATC; enter the tool number you wish to load; and press CYCLE START.

There are 200 tool entries available in the control's Tool and Offset Libraries. There are 20 usable stations ("bins") available in the machine's tool magazine. You can assign bin numbers, from 1 to 20, to any tools in the Tool Library (F1/Setup, F2/Tool, F2/Tools).

For example, if you specify that tool 52 is in bin 12, then when your program calls for T52, the machine will load the tool from bin 12.

You cannot change the bin assignment for the tool that is presently in the spindle. If this is necessary, put it away first by using M6 with a different tool number. Once the tool is back in the magazine you can change its bin assignment (and move it by hand). If you wish, you can manually remove the tool from the spindle before telling the control to put it away in the magazine and load a new tool. This will leave the bin empty.

As the machine runs and changes tools, it will always put away the old tool in whatever bin the new tool came out of. The control will automatically change the tool's bin assignment to reflect its new location.

When you call for a tool change, the control will retrieve the tool from whatever bin it is currently in.

In a program, you can pre-stage tools using the M107 code. This allows the tool changer to rotate to the next tool in the job while the preceding tool is still cutting. E.g.

M107 T21

will rotate to tool #21 while the current tool is working.

You can also save a little time by inserting an M17 code at the end of a tool's final cut, just before the tool change. M17 will shut off the spindle and coolant, then start the spindle orientation process.

For example, using both M17 and M107:

M6 T1
M107 T2
M3 S2000
G0 X-1 Y0 Z.1 G43 H1
G1 ...
...
M17
M6 T2
M107 T3
M3 S1400
G0 X0 Y-1 Z.1 G43 H2
G81 ...
...
... G80
M17
M6 T3
M3 S2500
G0 X0 Y0 Z.1 G43 H3
...
G49 M25

Intercon will do these things automatically when it posts programs on the control. The above hints are useful when you are hand-writing G code programs or configuring offline CAD/CAM software.

Manual Magazine Operation

Magazine Operator Panel

You can rotate the tool magazine and manually load and unload tools using the operator panel on the left side of the machine.

Turn the Manual Int selector On to enable manual magazine operation.

Turn the outer ring (silver hood) of the Index Start button to the CW or CCW position, as needed.

Press the Index Start button to rotate the magazine. Keep the button held down to move multiple positions.

You must turn the Manual Int selector back Off when you are done, to allow the machine to perform automatic tool changes.

Emergency and Maintenance Operation

In rare cases it may be necessary to operate the tool changer components manually. You can do this using "Maintenance Mode".

To activate Maintenance Mode, press and hold the Aux14 key for 5 seconds. The Aux14 LED will light to indicate that Maintenance Mode is active.

Aux14 is the rightmost blank blue key to the right of the Coolant control keys.

In Maintenance Mode you can use the other Aux keys to directly operate the tool changer components.

Maintenance Mode Controls

Swing Pot Down/Up (Lube) (Work Light)
Changer Arm Up Arm 60° CCW (to park) Arm 60° CW (to grip)
Changer Arm Down Arm 180° CCW (exchange) Arm 180° CCW (exchange)
Aux10 (none) Aux11 (none) Aux12 (none)
Aux13 (none) Aux14 (5s) Maintenance Mode On/Off

For example, if a fault occurs with the pot down, arm rotated 60°, and tools unclamped, you could:

  1. Press and hold Aux14 for five seconds to enable Maintenance Mode
  2. Press the Tool Change Cycle button to enable manual drawbar operation
  3. Press the Tool Clamp button to re-clamp the tools
  4. Press Aux5 to rotate the changer arm back to its parked position
  5. Press Aux1 to swing the tool pot up
  6. Press and hold Aux14 for five seconds to cancel Maintenance Mode

Be sure to press cancel Maintenance Mode when you are done. You cannot run automatic program cycles (including MDI mode) with Maintenance Mode active.

The tool changer arm has four positions, shown at right.

Each position has a sensor which signals the PLC when the arm is in that position:
Sensor
Input
NameArm Position
INP67EAParked, A gripper toward spindle
INP65ESRotated 60°, A gripper toward spindle
INP66ERRotated 60°, B gripper toward spindle
INP68EBParked, B gripper toward spindle

Errors and Faults

The PLC program can generate various fault messages, in addition to those listed in the Centroid operator's manual.

PLC Diagnostic Display

You can use the PLC Diagnostic display on the computer to view some of the Centroid PLC input and memory locations mentioned with these fault conditions. At the control's main screen, press Alt-I to activate the PLC Diagnostic display. Press Alt-I again to dismiss it.

The Diagnostic display shows four rows of red and green dots: the first row shows PLC inputs 1 through 80; the second row PLC outputs 1 through 80; the third row PLC memory bits 1 through 80; and the fourth row PLC program stages 1 through 80.

You can use the arrow keys to move a highlight box over any of these locations. The name of the highlighted location will be displayed at the bottom center.

Below the four rows of bit status information are ten numeric ("word") variable values, labeled W1 through W10. Some of these variables also hold useful status information, described with the fault conditions to follow.

There are multiple pages of PLC Diagnostic information. You can page sideways using the F12 and F11 keys. For example, pressing F12 once will scroll to the page showing INP81 - INP160, W11-W20, etc..

In case of ATC Faults (errors or faults during the automatic tool change cycle) make particular note of W29, on the third page. W29 is a code showing the state of most of the important signals at the time the error occurred.

Clearing Faults

Most fault conditions must be cleared by pressing and releasing the Emergency Stop button.

"9022 PLC Communication In Fault (Fiber 3)"

The MPU11 motion controller detected loss of fiber optic communication from the GPIO4D interface unit.

Check the optical fibers. Verify that they have not been bent, kinked, or pulled loose from their sockets. Verify that they are both plugged into the correct sockets (1 to 1 and 3 to 3, on both boards).

"9023 PLC Communication Out Fault (Fiber 1)"

The GPIO4D interface unit reported back to the MPU11 motion controller a loss of fiber optic communication from the MPU11. This indicates that Fiber 3 is functioning normally, but Fiber 1 may have problems.

Check the optical fibers. Verify that they have not been bent, kinked, or pulled loose from their sockets. Verify that they are both plugged into the correct sockets (1 to 1 and 3 to 3, on both boards).

"9025 Axis1 Drive Fault Detected"
"9026 Axis2 Drive Fault Detected"
"9027 Axis3 Drive Fault Detected"

One or more of the Yaskawa servo drives is reporting a fault condition.

Check the LED displays on the axis drives themselves for a fault code.

Press and release Emergency Stop to clear the fault.

"9030 SPINDLE FAULT!"

The spindle drive unit is reporting a fault condition.

Check the LED display on the spindle drive itself for a fault code.

Press and release Emergency Stop to clear the fault.

"9039 Software Ready Fault"

You exited the CNCM control software without first pressing Emergency Stop.

"9041 Hydraulic System Failure"

The control tried to start the hydraulic unit, but did not see the signal to show that the unit is running within a minimum amount of time.

Check the hydraulic unit behind the machine for error indications. Press and release Emergency Stop to clear the fault.

References:

PLC INP39:  indicates hydraulic unit status: Green = 1 = running; Red = 0 = off
PLC OUT38:  output to turn on CR33, which turns on hydraulic unit
Schematic:  Lines 10, 11, 86, 150

"9042 Lube Motor Overload"

The way lube pump has tripped the overload on its starter (MS3).

Investigate possible causes for the overloaded motor. Press the reset button on the overload unit, then press and release Emergency Stop to clear the fault.

References:

PLC INP15:  indicates OL3 state: Green = 1 = okay; Red = 0 = tripped
Schematic:  Lines 30, 80, 145

"9043 Hydraulic Oil Level Low"

The hydraulic unit reports low hydraulic oil level.

Check the oil level and fill as needed. Press and release Emergency Stop to clear the fault.

References:

PLC INP42:  indicates oil level: Green = 1 = okay; Red = 0 = low
Schematic:  Lines 11, 88

"9044 Coolant Motor Overload"

The flood coolant pump has tripped the overload on its starter (MS7).

Investigate possible causes for the overloaded motor. Press the reset button on the overload unit, then press and release Emergency Stop to clear the fault.

References:

PLC INP16:  indicates OL7 state: Green = 1 = okay; Red = 0 = tripped
Schematic:  Lines 32, 81, 146

"9045 Coolant Level Low"

Float switch FS4 has opened, indicating that the coolant level is low.

Check the level and refill the tank as needed. Press and release Emergency Stop to clear the fault.

References:

PLC INP38:  indicates FS4 state: Green = 1 = okay; Red = 0 = low level
Schematic:  Line 86

"9046 Spindle Lube Pressure Low"

The control has started the hydraulic unit, which also provides pressure for spindle lubrication. However, it did not see the signal to indicate spindle lube pressure within a minimum amount of time.

Check the hydraulic unit behind the machine for error indications. Press and release Emergency Stop to clear the fault.

References:

PLC INP41:  indicates spindle lube status: Green = 1 = okay; Red = 0 = low pressure
PLC OUT38:  output to turn on CR33, which turns on hydraulic unit
Schematic:  Lines 10, 11, 87, 150

"9047 Control Cabinet Overheat"

"9048 Spindle Motor Overload"

"9049 Spindle Cooling Failure"

"9055 Control Power Circuit Breaker Tripped"

"5056 Work Light Circuit Breaker Tripped"

"9057 Cooling Oil Level Low"

"8058 Gear Change Timeout"

"4082 Clamp Magazine Tool, press CYCLE START"

The control is attempting to start an automatic tool change, but the magazine tool unclamp lever is in the unclamped position.

Shift the lever right and down to the clamped position, then press CYCLE START

"4083 Select Magazine Auto Mode, press CYCLE START"

The control is attempting to start an automatic tool change, but manual magazine rotation is selected the magazine operator panel.

Switch the Mag Int selector on the magazine operator panel off, then press CYCLE START

"4084 Press CYCLE START to Continue"

An automatic tool change was paused due to one of the above conditions. The condition has been fixed, and the control is waiting for CYCLE START.

"8085 Cycle prohibited w/Maintenance Mode (AUX14)"

You attempted to start an automatic program cycle, but Maintenance Mode is still active.

Press and hold the Aux14 key for five seconds, until the Aux14 LED goes out.

"8101 ATC not ready: Arm not at home"

You attempted to start an automatic program cycle, but the tool changer arm is not in a parked position (EA or EB).

Use the Maintenance Mode controls to return the arm to a parked position.

"8102 ATC not ready: Arm at spindle"

You attempted to start an automatic program cycle, but the tool changer arm is rotated to a change position (ES or ER).

Use the Maintenance Mode controls to return the arm to a parked position.

"8104 ATC not ready: Spindle tool unclamped"

"8105 ATC not ready: Spindle tool not clamped"

"8106 ATC not ready: Pot down"

"8107 ATC not ready: Pot not up"

"8109 ATC BIN OUT OF RANGE"

"8111 Timeout waiting for ATC Check And Rotate"

"8112 Timeout waiting for ATC Ready"

"8113 Timeout waiting for ATC Move ZAxis"

"8114 Timeout waiting for ATC Orient"

"8115 Timeout waiting for ATC Pot Down"

"8116 Timeout waiting for ATC Arm Home To Clamp"

"8117 Timeout waiting for ATC Unclamp"

"8118 Timeout waiting for ATC Arm Down"

"8119 Timeout waiting for ATC Arm 180"

"8120 Timeout waiting for ATC Arm Up"

"8121 Timeout waiting for ATC Clamp"

"8122 Timeout waiting for ATC Arm Clamp To Home"

"8123 Timeout waiting for ATC Pot Up"

"8124 Timeout waiting for ATC End"

"8126 ATC not ready: Pot tool unclamped"

"8127 ATC not ready: Pot tool not clamped"

"8128 ATC not ready: Changer arm not up"

"8129 ATC not ready: Changer arm down"

"9133 ATC TOOL COUNTER NOISE"

"9134 ATC TOOL COUNTER TIMEOUT"

"9135 ATC_ROTATE POT FAULT"

"9136 ATC TOOL COUNTER NOISE"

"9137 ATC TOOL COUNTER TIMEOUT"

"9138 ATC_COUNT POT FAULT"

"9139 --- ATC Initialized ---"

"8146 Orient Error: Spindle in Neutral"

"8149 Magazine Error: Pot is not up"

"8150 Timeout Unlocking Tool Magazine"

"8151 Timeout Rotating Tool Magazine"

"8152 Timeout Locking Tool Magazine"

"9060 Mini PLC 1 Communication Fault"
"9062 Mini PLC 2 Communication Fault"
"9063 Mini PLC 3 Communication Fault"

One of the PLCADD1616 expansion boards has failed to communicate properly with the GPIO4D board.

Check the gray PLC expansion cable that connects the PLCADD1616 board to the header near the right edge of the GPIO4D board. Check for green 5V power and "PLC OK" LED indicators on the PLCADD1616 board.

"9100 BAD MESSAGE VALUE"

The PLC program requested display of an error message, but provided an invalid message code. Notify your dealer.

Informational and Warning Messages

The PLC program can also generate the following non-error messages, in addition to those listed in the Centroid operator's manual.

"9024 PLC Faults Cleared"

A previous PLC fiber communication fault (9022 or 9023) has been fixed and cleared.

"9035 KEYBOARD JOGGING DISABLED "

You pressed a keyboard shortcut key for jogging the machine or starting a cycle, but those shortcuts have been disabled on this control.

"9099 Message Cleared"

A previous fault condition has been cleared by pressing Emergency Stop.

"5002 False input closure on PLC INP33"

The PLC detected an unexpected closed circuit on a vacant input. This may indicate an electrical noise or interference issue.

Report the message to your dealer.

References:

PLC INP33: An unused input.  Green = 1 = circuit closed, Red = 0 = circuit open
Schematic: Lines 83

14-Mar-2012